home *** CD-ROM | disk | FTP | other *** search
/ Liberation Day / Liberation Day.bin / GLOBALS / GAMEINFO.MDB / Tactic IO.json < prev    next >
JavaScript Object Notation  |  1997-12-13  |  287b

  1. {
  2.     "schema": {
  3.         "Counter": "Long Integer",
  4.         "Current Player": "Long Integer NOT NULL",
  5.         "Current Turn": "Long Integer NOT NULL",
  6.         "Objective Turn": "Long Integer NOT NULL",
  7.         "Last Turn": "Long Integer NOT NULL"
  8.     },
  9.     "data": [
  10.         {
  11.             "Counter": 1,
  12.             "Current Player": 1,
  13.             "Current Turn": 3,
  14.             "Objective Turn": 0,
  15.             "Last Turn": -1
  16.         }
  17.     ]
  18. }